home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / sunrise / states28.zip / STATES.DOC < prev    next >
Text File  |  1993-03-12  |  9KB  |  235 lines

  1.  
  2.                                  STATES
  3.  
  4.                                   v2.8
  5.  
  6.  
  7.                                    by
  8.  
  9.                               Al Lawrence
  10.                          Sunrise Door Software
  11.  
  12.                             Sunrise-80  BBS
  13.                          (404) 256-9525 (Data)
  14.                          (404) 705-9104 (Data)
  15.                 (404) 256-9518 (Voice, 9am-9:30pm EST)
  16.  
  17.  
  18.  
  19.  
  20.                                 OVERVIEW
  21.                                 ________
  22.  
  23.  
  24.    STATES is an educational game whereby you select one of the 50 United
  25.    States and the computer askes you a series of questions in an attempt
  26.    to guess the State you selected.
  27.  
  28.  
  29.    NOTE: Most errors will be logged to a file called DFRAME.ERR, which is
  30.          created in the directory you run the door from.
  31.  
  32.  
  33.  
  34.                               INSTALLATION
  35.                               ____________
  36.  
  37.  
  38.    Installation is fairly easy and straight-forward. The following steps and
  39.    examples should have you up and running in a very short period of time.
  40.    It is assumed that you are familiar with setting up DOORS on your system.
  41.    To this end, only examples of the configuration file and Door batch file
  42.    are described.
  43.  
  44.       1) Create a directory to hold all STATES files
  45.  
  46.       2) Unzip STATESxx.ZIP into the the above directory
  47.                              ^^^              ^^
  48.       3) Create a configuration file, with a name of your choice, or
  49.          modify the supplied STATES.CFG file. A description follows:
  50.  
  51.             C:\PCB\   **             Location of System File
  52.             SUNRISE-80 BBS           Your BBS Name
  53.             Al                       Sysop's First Name
  54.             Lawrence                 Sysop's Last Name
  55. |-----------------------------------------------------------------------------|
  56. | READ!     1                        CommPort  \ These 2 lines are required   |
  57. | READ!     1                        Node #    / ONLY for GTUSER.BBS          |
  58. |-----------------------------------------------------------------------------|
  59.  
  60.             25                       Maximum # of Games
  61.  
  62.          ** Replace With ONE of the Following:
  63. C:\PCB\PCBOARD.SYS              <- For PCBoard systems using PCBOARD.SYS only
  64. C:\BBS\CALLINFO.BBS             <- For Wildcat! systems (prior to v3.0)
  65. C:\BBS\USERINFO.DAT             <- For Wildcat! systems using v3.x
  66.                                    (Note:DOOR.SYS must be in SAME directory)
  67. C:\BBS\DOOR.SYS                 <- For ANY systems that support DOOR.SYS
  68. C:\BBS\DORINFOx.DEF             <- For ANY systems that support DORINFOx.DEF
  69. C:\BBS\SFDOORS.DAT              <- For Spitfire systems.
  70. c:\bbs\TRUBBS.SYS               <- For TriBBS systems.
  71. C:\BBS\CHAIN.TXT                <- For WWIV systems
  72. C:\BBS\GTUSER.BBS               <- For GT Power
  73.                                    * if using this option you must put the
  74.                                      ComPort # on line 5 and the Node # on
  75.                                      line 6 of the configuration file
  76.  
  77.  
  78.       4) Create a batch file or modify the STATES file supplied. A
  79.          description of this file follows:
  80.  
  81.             ECHO off
  82.             cd\PCB\DOORS\STATES       Location of States files
  83.             STATES STATES.CFG         EXE filename and CFG filename (Name
  84.                                       used in creating file in #3 above)
  85.             CD\PCB
  86.             BOARD
  87.  
  88.  
  89.        5) When running in more than one node, be sure to supply a
  90.           different configuration name for each node (your choice of name).
  91.  
  92.        6) If running with Fossil-based multi-port boards add
  93.            /FD to the line containing the CFG name as follows:
  94.  
  95.                         STATES STATES.CFG /FD
  96.  
  97.  
  98.  
  99.  
  100.                         NON-STANDARD COM SUPPORT
  101.                         ________________________
  102.  
  103.       Support for COM 1-4 on the standard IRQ's - COM1/COM3 = IRQ4 and
  104.       COM2/COM4 = IRQ3. If you wish to use a non-standard IRQ, add the IRQ
  105.       number after the configuration filename. Let's assume your Door is
  106.       called FOOBAR and you want to use COM1 and IRQ5. The command line
  107.       passed to your Door would be:
  108.  
  109.                             FOOBAR FOOBAR.CFG /5
  110.  
  111.       The /5 tells FOOBAR to use IRQ5 rather than the standard IRQ4 that is
  112.       normally used with COM1. No /x parameter is needed for the standard
  113.       IRQ's.
  114.  
  115.       As an alternative, you may use an environmental variable on the command
  116.       line. To use the variable (following the example above), place a
  117.       SET IRQ=5 in the batch file used to bring up your BBS (you would need a
  118.       different IRQ number for each node). The command line would now look
  119.       like this:
  120.  
  121.                           FOOBAR FOOBAR.CFG /%IRQ%
  122.  
  123.       This, in combination with the use of the environmental variables
  124.       described in the MULTI-NODE SETUP section will allow you to use one
  125.       batch file and one config file to run this door on all nodes.
  126.  
  127.  
  128.  
  129.  
  130.                            MULTI-NODE SETUP
  131.                            ________________
  132.  
  133.       All Sunrise Doors are Multi-Node capable. Each node must have the
  134.       ability to access a configuration file which will have its own system
  135.       file (DORINFOx.DEF, PCBOARD.SYS, DOOR.SYS, etc) defined on the first
  136.       line. There are 2 ways to accomplish this:
  137.  
  138.       (1) Create a separate configuration file for each node. The only
  139.           difference between each file would be the location of the system
  140.           file for that particular node. For example, on my system there are 2
  141.           nodes and the first line of the config files would look like this:
  142.  
  143.                         NODE1:  H:\PCB1\DOOR.SYS
  144.                         NODE2:  H:\PCB2\DOOR.SYS
  145.  
  146.           Thus, if you have a 4 node BBS, you will need 4 configuration files.
  147.  
  148.       (2) Use ONE configuration file for ALL nodes. This Door will recognize
  149.           the following PCBoard environmental variables:
  150.  
  151.                  PCBDIR    (Directory containing the System file)
  152.                  PCBDRIVE  (Drive containing the System file)
  153.  
  154.           Thus, the first line of the SINGLE configuration file, for this Door
  155.           would look like this:
  156.  
  157.                         %PCBDRIVE%%PCBDIR%\DOOR.SYS
  158.  
  159.       NOTE: This option, as described, assumes that you are running PCBoard
  160.             14.5a software. The environmental variables are automatically
  161.             created by the software for each node.
  162.  
  163.             HOWEVER, if you are running other BBS software you should be able
  164.             to set the variables EXACTLY as described below, for EACH node
  165.             (more than likely in each batch file you use to bring up EACH node):
  166.  
  167.                             PCBDRIVE=C:
  168.                             ^^^^^^^^^
  169.                             PCBDIR=\NODE2
  170.                             ^^^^^^^^
  171.  
  172.             Info with a carat (^) under it, MUST be typed as is. The rest
  173.             depends on your naming conventions.
  174.  
  175.             This, in combination with the use of the optional environmental
  176.             variable described in the NON-STANDARD COM SUPPORT section, will
  177.             allow you to use one batch file and one config file to run this
  178.             door on all nodes.
  179.  
  180.  
  181.  
  182.  
  183.                               LEGALITIES
  184.                               __________
  185.  
  186.  
  187.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  188.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  189.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  190.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  191.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  192.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  193.       OR BREACH OF ANY WARRANTY.
  194.  
  195.  
  196.  
  197.  
  198.  
  199.                              DISTRIBUTION
  200.                              ____________
  201.  
  202.    You may make this file available for downloading from your BBS or you may
  203.    upload it to any BBS of your choice, provided that you do not make any
  204.    changes to the contents of the archive (ZIP file). The archive and its
  205.    individual contents may not be used by any service that charges any money
  206.    whatsoever, without the written permission of the author.
  207.  
  208.  
  209.  
  210.  
  211.  
  212.                              REGISTRATION
  213.                              ____________
  214.  
  215.  
  216.    There is NO registration required for this program. This is FREEWARE!
  217.    Hopefully this program will serve to enhance your caller's knowledge
  218.    of the 50 United States. All I ask is that you promote its availability
  219.    on your BBS. Who knows, maybe we can help educate a small part of the
  220.    population.
  221.  
  222.  
  223.  
  224.                                  MISC
  225.                                  ____
  226.  
  227.    The latest version of STATES  and other fine SUNRISE DOOR programs
  228.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  229.  
  230.    Remember, should you have any problems, questions or suggestions, be sure
  231.    to drop me a message on either of the aforementioned BBS' or thru the
  232.    DOORS conference in the PCREALY/RIME network. NODE=SUNRISE
  233.  
  234.  
  235.